[airflow] Add missing AIR302 attribute check#17115
Merged
ntBre merged 3 commits intoastral-sh:mainfrom Apr 9, 2025
Merged
Conversation
Contributor
|
c2f11da to
7aad00e
Compare
This was referenced Apr 1, 2025
7aad00e to
189cf32
Compare
dhruvmanila
requested changes
Apr 2, 2025
...linter/src/rules/airflow/snapshots/ruff_linter__rules__airflow__tests__AIR303_AIR303.py.snap
Outdated
Show resolved
Hide resolved
5573369 to
ebd06bb
Compare
ebd06bb to
debb3a2
Compare
Contributor
Author
|
This PR is now based on #17278 |
76739c6 to
271f941
Compare
Contributor
Author
Contributor
Author
|
I guess we might need @dhruvmanila to confirm as well? |
Contributor
|
I can override Dhruv's review if needed 😉 Can you fix the merge conflicts? Then I'll try to review today. |
a925a8c to
d1a7740
Compare
Contributor
Author
|
Just updated! 🙏 |
airflow] Add missing AIR302 attribute check
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
attribute check was missing in the previous implementation
e.g.
This PR adds this kind of check.
Test Plan
The test case has been added to the button of the existing test fixtures, confirmed to be correct and later reorgnaized